home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_c / sm099c.zip / EXAMPLE / DEFAULT.OPT next >
Text File  |  1996-05-19  |  3KB  |  64 lines

  1.     ; Header with total information about source:
  2. iti[+]    ; Include header with total information
  3. clt[+]    ; Count total number of lines in source
  4. cel[+]    ; Count number of empty lines in source
  5. coc[+]    ; Count number of comment lines in source
  6. clc[+]    ; Count number of lines containing code in source
  7. cfu[+]    ; Count number of functions in source
  8. cco[+]    ; Count number of comment blocks in source
  9.  
  10.     ; Register of functions in source:
  11. ifr[+]    ; Include register of functions in source
  12. fso[1]    ; Sorting method of functions register (1=Name, 2=Linr)
  13.  
  14.     ; List of function calls:
  15. ilf[-]    ; Include list of function calls in source
  16. slf[]    ; Selective list of functions in list of functioncalls
  17. fln[+]    ; Rising line numbers references in list of function calls
  18.  
  19.     ; List of identifiers:
  20. iil[-]    ; Include list of identifiers in source
  21. sli[]    ; Selective list of identifiers in list of identifiers
  22. iln[+]    ; Rising line number references in list of identifiers
  23.  
  24.     ; List of calling sequences:
  25. csi[+]    ; Include list of calling sequences in source
  26. csg[-]    ; Use graphical characters in list of calling sequences
  27. csf[1]    ; Format of list of calling sequences (1=List, 2=Flowchart)
  28. cwi[5]    ; Width of indents in list of calling sequences
  29. cir[+]    ; Include index register of calling sequences
  30. cdt[main]    ; Default top level function in list of calling sequences
  31.  
  32.     ; Source lines information:
  33. ili[+]    ; Include source lines information
  34. lll[+]    ; Report local linenumber of each source line
  35. rbi[+]    ; Report level of block indention
  36. lcl[+]    ; Report each comment line in source
  37.  
  38.     ; Information about each function in source:
  39. lfi[+]    ; Include information about each function in source
  40. LLF[-]    ; Report number of lines in each function in source
  41. LEF[-]    ; Report number of empty lines in each function in source
  42. LCF[-]    ; Report number of comments in each function in source
  43. LCO[-]    ; Report number of code lines in each function in source
  44. LCC[-]    ; Report number of comment lines in each function in source
  45. LLC[+]    ; Report list of callers of each function in source
  46.  
  47.     ; Various options:
  48. NPs[]    ; Source string to reqognice as new-page-string
  49. NPS[-]    ; Convert new-page-string to a new-page char
  50. NFU[-]    ; Insert new-page char before each function
  51. NFI[-]    ; Insert new-page char between each map section
  52. cse[1]    ; Column separator (1=space, 2=tab)
  53. dtu[+]    ; Delete temporary .smo-files after use
  54. gcb[+]    ; Put all added information within C-style comment blocks
  55. tab[8]    ; Width of tabulator
  56. dis[2]    ; Disp. info on screen (0=Nothing,1=Few,2=Normal,3=Detailed)
  57.  
  58.     ; How and what to generate:
  59. gen[1]    ; What to generate (1=All, 2=Objects, 3=Map)
  60. met[2]    ; Method of generator (1=Link, 2=Make, 3=Build)
  61. pof[.\]    ; Path to object files (.smo-files)
  62. pmf[.\]    ; Path to map files (.sm-files)
  63. ptf[.\]    ; Path to temporary files (.tmp-files)
  64.